Previous Book Contents Book Index Next

Inside Macintosh: /
QuickDraw 3D RAVE / QuickDraw 3D RAVE Reference
QuickDraw 3D RAVE Routines / Public Draw Context Methods


TQADrawPoint

A drawing engine must define a method to draw a point.

typedef void (*TQADrawPoint) (
                              const TQADrawContext *drawContext, 
                              const TQAVGouraud *v);
drawContext
A draw context.
v
A Gouraud vertex.
DESCRIPTION
Your TQADrawPoint function should draw the single point specified by the v parameter to the draw context specified by the drawContext parameter. The size of the point is determined by the kQATag_Width state variable of the draw context.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
28 AUG 1996